home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFtoSpr / h / SaveSprites < prev    next >
Encoding:
Text File  |  2003-11-06  |  412 b   |  17 lines

  1. /*
  2.  *  SFtoSpr - Star Fighter 3000 graphics converter
  3.  *  Savebox for sprites extracted from MapTiles/Planets
  4.  *  Copyright (C) 2000  Chris Bazley
  5.  */
  6.  
  7. #ifndef STSSaveSprites_h
  8. #define STSSaveSprites_h
  9.  
  10. #include "toolbox.h"
  11. #include "Sprformats.h"
  12. #include "SFformats.h"
  13.  
  14. extern ObjectId SaveSprites_create(char *savepath, int data_saved, spriteareaheader **sprite_area, SF_MapTilesSetHdr **animations);
  15.  
  16. #endif
  17.